获取泛型类的Type
比如现在有一个泛型类: public class Product<TItem> where TItem : Item , new() {} 想要获取它的类型Type需要使用: va ...
比如现在有一个泛型类: public class Product<TItem> where TItem : Item , new() {} 想要获取它的类型Type需要使用: va ...